home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11310 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  952 b 

  1. Path: cpsc.ucalgary.ca!davidt
  2. From: davidt@cpsc.ucalgary.ca (David Taylor)
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: [Q]: Very Long Integer Library
  5. Date: 13 Mar 1996 21:46:29 GMT
  6. Organization: University of Calgary CPSC
  7. Message-ID: <4i7fnl$9v9@linux.cpsc.ucalgary.ca>
  8. References: <5DA85A3CDF@iis.nsk.su>
  9. NNTP-Posting-Host: fsj.cpsc.ucalgary.ca
  10. Keywords: long integers GCC
  11.  
  12. In article <5DA85A3CDF@iis.nsk.su>,  <EPG@iis.nsk.su> wrote:
  13. >Hi all!
  14. >
  15. >Please please help me to find Very Long Integer Library (source) for 
  16. >C++. I'd be grateful if you can advise me any places in the Internet.
  17. >
  18. >Sincerely, Pavel.
  19.  
  20. This might help:  GCC/G++ has a type "long long int" built in that is
  21. twice as large as an int (64-bits on most computers).  All arithmetic
  22. operations are supported.  Should be in DJGPP and EMX for DOS and
  23. OS/2, too.
  24.  
  25. -- 
  26. Andrew Taylor     |email: davidt@cpsc.ucalgary.ca
  27.                   |www:   http://www.cpsc.ucalgary.ca/~davidt
  28.